| lcEntExtend | Home |
|
BOOL lcEntExtend ( HANDLE hEntity, HANDLE hEntEdge, BOOL bApparent ); |
| hEntity | |
|
Handle to a graphic object that has to be extended. Can be one of the following types: Line, Polyline (not closed). | |
| hEntEdge | |
|
Handle to a graphic object that represent an edge
until which hEnt will be extented. Can be one of the following types: Line. | |
| bApparent | |
| If TRUE then hEntEdge will be treated as endless, so hEnt will be extended to apparent intersection. | |
| If the function succeeds, the return value is nonzero (TRUE). |